home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / sharewar / matrix / matrix.exe / {app} / Matrix.exe / 0 / RCDATA / TFIMAGE / TFIMAGE.txt
Text File  |  2002-03-16  |  2KB  |  103 lines

  1. object fImage: TfImage
  2.   Left = 264
  3.   Top = 190
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Insert image ...'
  7.   ClientHeight = 118
  8.   ClientWidth = 407
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -9
  13.   Font.Name = 'Verdana'
  14.   Font.Style = [fsBold]
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object CheckBox1: TCheckBox
  20.     Left = 8
  21.     Top = 46
  22.     Width = 145
  23.     Height = 17
  24.     Caption = 'No border around image'
  25.     Checked = True
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -9
  29.     Font.Name = 'Verdana'
  30.     Font.Style = []
  31.     ParentFont = False
  32.     State = cbChecked
  33.     TabOrder = 0
  34.   end
  35.   object Edit1: TEdit
  36.     Left = 8
  37.     Top = 14
  38.     Width = 337
  39.     Height = 20
  40.     Font.Charset = ANSI_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -9
  43.     Font.Name = 'Verdana'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 1
  47.   end
  48.   object Button1: TButton
  49.     Left = 352
  50.     Top = 14
  51.     Width = 49
  52.     Height = 20
  53.     Caption = '...'
  54.     Font.Charset = ANSI_CHARSET
  55.     Font.Color = clWindowText
  56.     Font.Height = -9
  57.     Font.Name = 'Verdana'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     TabOrder = 2
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 8
  65.     Top = 91
  66.     Width = 75
  67.     Height = 22
  68.     Caption = 'Add Image'
  69.     Default = True
  70.     Font.Charset = ANSI_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -9
  73.     Font.Name = 'Verdana'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.     TabOrder = 3
  77.     OnClick = Button2Click
  78.   end
  79.   object Button3: TButton
  80.     Left = 328
  81.     Top = 91
  82.     Width = 75
  83.     Height = 22
  84.     Caption = 'Cancel'
  85.     Font.Charset = ANSI_CHARSET
  86.     Font.Color = clWindowText
  87.     Font.Height = -9
  88.     Font.Name = 'Verdana'
  89.     Font.Style = [fsBold]
  90.     ParentFont = False
  91.     TabOrder = 4
  92.     OnClick = Button3Click
  93.   end
  94.   object OpenDialog1: TOpenDialog
  95.     DefaultExt = '*.html'
  96.     Filter = 
  97.       'Image Files (*.jpg;*.jpeg;*.bmp;*.gif)|*.jpg;*.jpeg;*.bmp;*.gif|' +
  98.       'All Files (*.*)|*.*'
  99.     Left = 168
  100.     Top = 6
  101.   end
  102. end
  103.